Auto merge of #3177 - matklad:kill-exec-engine, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 7 Oct 2016 18:41:31 +0000 (11:41 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2016 18:41:31 +0000 (11:41 -0700)
commit09a955cfcb7db06bfe805894b7d29e5c5922552d
treedaaa189ae37895ed2d104eb7a17488daeb21227c
parentb890f3f44d7d266e3ed951f6beb884331c526049
parent9f6a8a78ba3cfb6db253105384eb3b8969c9068e
Auto merge of #3177 - matklad:kill-exec-engine, r=alexcrichton

Remove ExecEngine abstraction

Hi! Not sure what was the idea behind exec engine (perhaps to allow swapping it out during tests?), but looks like it does absolutely nothing at the moment, and can be removed.